home *** CD-ROM | disk | FTP | other *** search
/ AEMail 2.40 / AEMail v2.40.iso / arexx / compose.readme < prev    next >
Text File  |  1998-09-25  |  1KB  |  33 lines

  1. Name: Compose.aem
  2.  
  3. This ARexx script takes a message which has been created as a text file and
  4. brings it into the AEMail Compose - Edit function.  The text file can have
  5. headers already prepared in it or can be without headers.
  6.  
  7.                              HOW TO IMPLEMENT
  8.                              ----------------
  9.  
  10. This script is probably best placed in your REXX:  directory.
  11.  
  12.  
  13.                                 HOW TO USE
  14.                                 ----------
  15.  
  16. You will need a message prepared by a text editor and placed in a file.
  17. The message can have To:, cc:, bcc:, Reply-To: and Subject headers which
  18. will be transferred to the AEMail compose screen.  Any other headers will
  19. be ignored by AEMail including the From: header.  The From: header in the
  20. composed message will be taken from the standard From: of the AEMail user.
  21.  
  22. Headers must be separated from the body of the message with a single return
  23. character.  If you wish to use a message with no headers a single return
  24. must be at the beginning of the file.
  25.  
  26. The file will be brought into AEMail with the compose, Edit function.  You
  27. can modify or add to the headers as needed in the compose screen.  You can
  28. select the [Compose/Edit Message] gadget to make any modifications you want
  29. to the message text or, if you want no modifications, don't select that
  30. gadget.  When everything is set up as you desire, you can then Send the
  31. message, Queue the message, Save it in Pending, or Cancel the operation.
  32.  
  33.